go/types.objset.insert (method)
8 uses
go/types (current package)
decl.go#L780: assert(mset.insert(m) == nil)
decl.go#L789: if alt := mset.insert(m); alt != nil {
decl.go#L810: assert(mset.insert(m) == nil)
decl.go#L817: if alt := mset.insert(fld); alt != nil {
objset.go#L24: func (s *objset) insert(obj Object) Object {
struct.go#L30: if f.name != "_" && fset.insert(f) != nil {
struct.go#L201: if alt := oset.insert(obj); alt != nil {
typeset.go#L224: switch other := seen.insert(m); {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)